Returns the layer visibility of the layer that is connected to LayerHandle. GetLVis(LayerHandle : HANDLE) : INTEGER; Returns the text style of the font in a text block that is connected to TextHandle. GetStyle(TextHandle : Handle) : INTEGER; Returns the text size in points of the text block that is connected to TextHandle. GetSize(TextHandle : Handle) : INTEGER; Returns the ID number of the font in a text block that is connected to TextHandle. GetFont(TextHandle : Handle) : INTEGER; Returns the bottom Y coordinate value of the bounding box of the objects that fit the search criteria. BotBound() : REAL; Returns the far right X coordinate value of the bounding box of the objects that fit the search criteria. RightBound() : REAL; Returns the top Y coordinate value of the bounding box of the objects that fit the search criteria. TopBound() : REAL; Returns the far left X coordinate value of the bounding box of the objects that fit the search criteria. LeftBound() : REAL; Returns the Y center coordinate value of the objects that fit the search criteria. YCenter() : REAL; Returns the X center coordinate value of the objects that fit the search criteria. XCenter() : REAL; Returns the width of the objects that fit the search criteria. Width() : REAL; Deselects objects that fit the search criteria. DSelectObjs(); Selects objects that fit the search criteria. SelectObjs(); Returns the perimeter of the objects that fit the search criteria. Perim() : REAL; Returns the object type of the objects that fit the search criteria. ObjectType() : INTEGER; Returns the length of the objects that fit the search criteria. Length() : REAL; Returns the height of the objects that fit the search criteria. Height() : REAL; Returns the number of the objects that fit the search criteria. Count() : REAL; Returns the area of the objects that fit the search criteria. Area() : REAL; Returns the angles of the objects that fit the search criteria. Angle() : REAL; Returns the numeric value contained within the active spreadsheet cell designated by the parameters Row & Column. CellValue(Row,Column : INTEGER) : REAL; Returns the string value contained within the active spreadsheet cell designated by the parameters Row & Column. CellString(Row,Column : INTEGER) : STRING;